fix glitch in previous commit
authorØyvind Kolås <ok@src.gnome.org>
Thu, 31 Aug 2006 13:38:46 +0000 (13:38 +0000)
committerØyvind Kolås <ok@src.gnome.org>
Thu, 31 Aug 2006 13:38:46 +0000 (13:38 +0000)
Makefile.am

index 389fd41a1a19091496aa7d188ab12bdbcd6d4f06..e13ff491bf071bc1201b24142d24f3457b608686 100644 (file)
@@ -31,7 +31,7 @@ if HAVE_W3M
 dist-check-w3m:
 
 README: all docs/index.html
-       $(W3M) -cols 72 -dump $< > $@
+       $(W3M) -cols 72 -dump docs/index.html > $@
 else
 dist-check-w3m:
        @echo "*** w3m must be available in order to make dist"